home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img134.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  4KB  |  472x283  |  1-bit (2 colors)
Labels: black | darkness
OCR: My Class Private = Class Field1 Longint; Longint; Field 2 Field3 Longint; Procedure Sety (value: Longint); Function Gety: Longint; Function Getz Longint; Public : Property X Longint Read Field1 write Field2 Property Y Longint Read GetY Write Sety; Property Z: Longint Read GetZ; end; Var My Class : TMyClass;